home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Apple Reference & Presen…rary 6 (Reseller Edition)
/
Apple Ref. & Pres. Lib.v6.0.toast
/
pc
/
3-Presentations
/
Apple Demos
/
Training
/
HyperCard 2.0 Training
/
Intro to HyperCard 2.0
/
card_17040.txt
< prev
next >
Wrap
Text File
|
1990-08-24
|
14KB
|
614 lines
-- card: 17040 from stack: in.0
-- bmap block id: 29577
-- flags: 0000
-- background id: 7610
-- name: section 2:1
----- HyperTalk script -----
-- "originCdName" is used by the bg script to determine
-- where to go, as well as in the flying btn animation
on openCard
global OriginCdName
put the short name of this cd into OriginCdName
end openCard
-- part 1 (field)
-- low flags: 01
-- high flags: 0000
-- rect: left=126 top=128 right=173 bottom=257
-- title width / last selected line: 0
-- icon id / first selected line: 0 / 0
-- text alignment: 65535
-- font id: 174
-- text size: 12
-- style flags: 0
-- line height: 14
-- part name: instruct
-- part 2 (button)
-- low flags: 00
-- high flags: 0000
-- rect: left=36 top=79 right=111 bottom=69
-- title width / last selected line: 0
-- icon id / first selected line: 23429 / 23429
-- text alignment: 1
-- font id: 0
-- text size: 12
-- style flags: 0
-- line height: 16
-- part name: checkboxA
----- HyperTalk script -----
-- "checkA" is in the bg script
on mouseUp
checkA
end mouseUp
-- part 3 (button)
-- low flags: 00
-- high flags: 0000
-- rect: left=36 top=197 right=229 bottom=69
-- title width / last selected line: 0
-- icon id / first selected line: 23429 / 23429
-- text alignment: 1
-- font id: 0
-- text size: 12
-- style flags: 0
-- line height: 16
-- part name: checkboxB
----- HyperTalk script -----
-- "checkA" is in the bg script
on mouseUp
checkB
end mouseUp
on mouseUp
visual wipe right
go card "menu2.1.2"
-- ** check if the subcats have been uncover
--if the icon of me is not 15007 then
--send mouseUp to btn id 50
--end if
end mouseUp
-- part 5 (button)
-- low flags: 00
-- high flags: C001
-- rect: left=299 top=78 right=101 bottom=415
-- title width / last selected line: 0
-- icon id / first selected line: 0 / 0
-- text alignment: 1
-- font id: 174
-- text size: 14
-- style flags: 256
-- line height: 18
-- part name: Stacks
----- HyperTalk script -----
-- theSource is the name of the corresponding checkbox; used by bg scr
on mouseUp
global theSource
put "chkbxa1" into theSource
pass mouseUp
end mouseUp
-- part 17 (button)
-- low flags: 00
-- high flags: C001
-- rect: left=299 top=102 right=125 bottom=415
-- title width / last selected line: 0
-- icon id / first selected line: 0 / 0
-- text alignment: 1
-- font id: 174
-- text size: 14
-- style flags: 256
-- line height: 18
-- part name: The Home Stack
----- HyperTalk script -----
-- theSource is the name of the corresponding checkbox; used by bg scr
on mouseUp
global theSource
put "chkbxa2" into theSource
pass mouseUp
end mouseUp
-- part 18 (button)
-- low flags: 00
-- high flags: C001
-- rect: left=299 top=126 right=149 bottom=415
-- title width / last selected line: 0
-- icon id / first selected line: 0 / 0
-- text alignment: 1
-- font id: 174
-- text size: 14
-- style flags: 256
-- line height: 18
-- part name: Windows
----- HyperTalk script -----
-- theSource is the name of the corresponding checkbox; used by bg scr
on mouseUp
global theSource
put "chkbxa3" into theSource
pass mouseUp
end mouseUp
-- part 19 (button)
-- low flags: 00
-- high flags: C001
-- rect: left=299 top=150 right=173 bottom=415
-- title width / last selected line: 0
-- icon id / first selected line: 0 / 0
-- text alignment: 1
-- font id: 174
-- text size: 14
-- style flags: 256
-- line height: 18
-- part name: Cards
----- HyperTalk script -----
-- theSource is the name of the corresponding checkbox; used by bg scr
on mouseUp
global theSource
put "chkbxa4" into theSource
pass mouseUp
end mouseUp
-- part 20 (button)
-- low flags: 00
-- high flags: C001
-- rect: left=299 top=174 right=197 bottom=415
-- title width / last selected line: 0
-- icon id / first selected line: 0 / 0
-- text alignment: 1
-- font id: 174
-- text size: 14
-- style flags: 256
-- line height: 18
-- part name: Buttons
----- HyperTalk script -----
-- theSource is the name of the corresponding checkbox; used by bg scr
on mouseUp
global theSource
put "chkbxa5" into theSource
pass mouseUp
end mouseUp
-- part 21 (button)
-- low flags: 00
-- high flags: C001
-- rect: left=299 top=198 right=221 bottom=415
-- title width / last selected line: 0
-- icon id / first selected line: 0 / 0
-- text alignment: 1
-- font id: 174
-- text size: 14
-- style flags: 256
-- line height: 18
-- part name: Text Fields
----- HyperTalk script -----
-- theSource is the name of the corresponding checkbox; used by bg scr
on mouseUp
global theSource
put "chkbxa6" into theSource
pass mouseUp
end mouseUp
-- part 22 (button)
-- low flags: 00
-- high flags: C001
-- rect: left=299 top=222 right=245 bottom=415
-- title width / last selected line: 0
-- icon id / first selected line: 0 / 0
-- text alignment: 1
-- font id: 174
-- text size: 14
-- style flags: 256
-- line height: 18
-- part name: Menus
----- HyperTalk script -----
-- theSource is the name of the corresponding checkbox; used by bg scr
on mouseUp
global theSource
put "chkbxa7" into theSource
pass mouseUp
end mouseUp
-- part 23 (button)
-- low flags: 00
-- high flags: C001
-- rect: left=299 top=246 right=269 bottom=415
-- title width / last selected line: 0
-- icon id / first selected line: 0 / 0
-- text alignment: 1
-- font id: 174
-- text size: 14
-- style flags: 256
-- line height: 18
-- part name: Graphics
----- HyperTalk script -----
-- theSource is the name of the corresponding checkbox; used by bg scr
on mouseUp
global theSource
put "chkbxa8" into theSource
pass mouseUp
end mouseUp
-- part 24 (button)
-- low flags: 00
-- high flags: C001
-- rect: left=299 top=270 right=293 bottom=415
-- title width / last selected line: 0
-- icon id / first selected line: 0 / 0
-- text alignment: 1
-- font id: 174
-- text size: 14
-- style flags: 256
-- line height: 18
-- part name: Printing
----- HyperTalk script -----
-- theSource is the name of the corresponding checkbox; used by bg scr
on mouseUp
global theSource
put "chkbxa9" into theSource
pass mouseUp
end mouseUp
-- part 25 (button)
-- low flags: 00
-- high flags: C001
-- rect: left=299 top=294 right=317 bottom=415
-- title width / last selected line: 0
-- icon id / first selected line: 0 / 0
-- text alignment: 1
-- font id: 174
-- text size: 14
-- style flags: 256
-- line height: 18
-- part name: Other Tools
----- HyperTalk script -----
-- theSource is the name of the corresponding checkbox; used by bg scr
on mouseUp
global theSource
put "chkbxa10" into theSource
pass mouseUp
end mouseUp
-- part 26 (button)
-- low flags: 00
-- high flags: C001
-- rect: left=299 top=318 right=341 bottom=415
-- title width / last selected line: 0
-- icon id / first selected line: 0 / 0
-- text alignment: 1
-- font id: 174
-- text size: 14
-- style flags: 256
-- line height: 18
-- part name: Self-Assessment
----- HyperTalk script -----
-- theSource is the name of the corresponding checkbox; used by bg scr
on mouseUp
global theSource
put "chkbxa11" into theSource
pass mouseUp
end mouseUp
-- part 27 (button)
-- low flags: 00
-- high flags: 0000
-- rect: left=58 top=88 right=126 bottom=235
-- title width / last selected line: 0
-- icon id / first selected line: 0 / 0
-- text alignment: 1
-- font id: 0
-- text size: 12
-- style flags: 0
-- line height: 16
-- part name: Submenu 1
----- HyperTalk script -----
-- "checkA" is in the bg script
on mouseUp
checkA
end mouseUp
-- part 28 (button)
-- low flags: 00
-- high flags: 0000
-- rect: left=58 top=206 right=244 bottom=235
-- title width / last selected line: 0
-- icon id / first selected line: 0 / 0
-- text alignment: 1
-- font id: 0
-- text size: 12
-- style flags: 0
-- line height: 16
-- part name: Submenu 1
----- HyperTalk script -----
-- "checkB" is in the bg script
on mouseUp
checkB
end mouseUp
-- part 16 (button)
-- low flags: 00
-- high flags: 0000
-- rect: left=276 top=309 right=341 bottom=309
-- title width / last selected line: 0
-- icon id / first selected line: 9877 / 9877
-- text alignment: 1
-- font id: 0
-- text size: 12
-- style flags: 0
-- line height: 16
-- part name: chkbxa11
----- HyperTalk script -----
-- send the mouseUp to the corresponding text btn
on mouseUp
send mouseUp to btn "Self-Assessment"
end mouseUp
-- part 14 (button)
-- low flags: 00
-- high flags: 0000
-- rect: left=276 top=285 right=317 bottom=309
-- title width / last selected line: 0
-- icon id / first selected line: 9876 / 9876
-- text alignment: 1
-- font id: 0
-- text size: 12
-- style flags: 0
-- line height: 16
-- part name: chkbxa10
----- HyperTalk script -----
-- send the mouseUp to the corresponding text btn
on mouseUp
send mouseUp to btn "Other Tools"
end mouseUp
-- part 13 (button)
-- low flags: 00
-- high flags: 0000
-- rect: left=276 top=261 right=293 bottom=309
-- title width / last selected line: 0
-- icon id / first selected line: 11286 / 11286
-- text alignment: 1
-- font id: 0
-- text size: 12
-- style flags: 0
-- line height: 16
-- part name: chkbxa9
----- HyperTalk script -----
-- send the mouseUp to the corresponding text btn
on mouseUp
send mouseUp to btn "Printing"
end mouseUp
-- part 12 (button)
-- low flags: 00
-- high flags: 0000
-- rect: left=276 top=237 right=269 bottom=309
-- title width / last selected line: 0
-- icon id / first selected line: 9440 / 9440
-- text alignment: 1
-- font id: 0
-- text size: 12
-- style flags: 0
-- line height: 16
-- part name: chkbxa8
----- HyperTalk script -----
-- send the mouseUp to the corresponding text btn
on mouseUp
send mouseUp to btn "Graphics"
end mouseUp
-- part 11 (button)
-- low flags: 00
-- high flags: 0000
-- rect: left=276 top=213 right=245 bottom=309
-- title width / last selected line: 0
-- icon id / first selected line: 27114 / 27114
-- text alignment: 1
-- font id: 0
-- text size: 12
-- style flags: 0
-- line height: 16
-- part name: chkbxa7
----- HyperTalk script -----
-- send the mouseUp to the corresponding text btn
on mouseUp
send mouseUp to btn "Menus"
end mouseUp
-- part 10 (button)
-- low flags: 00
-- high flags: 0000
-- rect: left=276 top=189 right=221 bottom=309
-- title width / last selected line: 0
-- icon id / first selected line: 8079 / 8079
-- text alignment: 1
-- font id: 0
-- text size: 12
-- style flags: 0
-- line height: 16
-- part name: chkbxa6
----- HyperTalk script -----
-- send the mouseUp to the corresponding text btn
on mouseUp
send mouseUp to btn "Text Fields"
end mouseUp
-- part 9 (button)
-- low flags: 00
-- high flags: 0000
-- rect: left=276 top=165 right=197 bottom=309
-- title width / last selected line: 0
-- icon id / first selected line: 9111 / 9111
-- text alignment: 1
-- font id: 0
-- text size: 12
-- style flags: 0
-- line height: 16
-- part name: chkbxa5
----- HyperTalk script -----
-- send the mouseUp to the corresponding text btn
on mouseUp
send mouseUp to btn "Buttons"
end mouseUp
-- part 8 (button)
-- low flags: 00
-- high flags: 0000
-- rect: left=276 top=141 right=173 bottom=309
-- title width / last selected line: 0
-- icon id / first selected line: 8314 / 8314
-- text alignment: 1
-- font id: 0
-- text size: 12
-- style flags: 0
-- line height: 16
-- part name: chkbxa4
----- HyperTalk script -----
-- send the mouseUp to the corresponding text btn
on mouseUp
send mouseUp to btn "Cards"
end mouseUp
-- part 7 (button)
-- low flags: 00
-- high flags: 0000
-- rect: left=276 top=117 right=149 bottom=309
-- title width / last selected line: 0
-- icon id / first selected line: 7395 / 7395
-- text alignment: 1
-- font id: 0
-- text size: 12
-- style flags: 0
-- line height: 16
-- part name: chkbxa3
----- HyperTalk script -----
-- send the mouseUp to the corresponding text btn
on mouseUp
send mouseUp to btn "Windows"
end mouseUp
-- part 6 (button)
-- low flags: 00
-- high flags: 0000
-- rect: left=276 top=93 right=125 bottom=309
-- title width / last selected line: 0
-- icon id / first selected line: 6427 / 6427
-- text alignment: 1
-- font id: 0
-- text size: 12
-- style flags: 0
-- line height: 16
-- part name: chkbxa2
----- HyperTalk script -----
-- send the mouseUp to the corresponding text btn
on mouseUp
send mouseUp to btn "The Home Stack"
end mouseUp
-- part 4 (button)
-- low flags: 00
-- high flags: 0000
-- rect: left=276 top=69 right=101 bottom=309
-- title width / last selected line: 0
-- icon id / first selected line: 5567 / 5567
-- text alignment: 1
-- font id: 0
-- text size: 12
-- style flags: 0
-- line height: 16
-- part name: chkbxa1
----- HyperTalk script -----
-- send the mouseUp to the corresponding text btn
on mouseUp
send mouseUp to btn "Stacks"
end mouseUp
-- part 31 (button)
-- low flags: 00
-- high flags: 2000
-- rect: left=474 top=195 right=224 bottom=506
-- title width / last selected line: 0
-- icon id / first selected line: 24471 / 24471
-- text alignment: 1
-- font id: 0
-- text size: 12
-- style flags: 0
-- line height: 16
-- part name: MapBtn
----- HyperTalk script -----
-- Go to the Map stack. "CameFrom" holds the name of this cd
-- so the Map can hilite the cd the user came from.
on mouseUp
global DisSpeed, CameFrom, MapMode
set the hilite of me to true
lock Screen
set the hilite of me to false
put "Section 2:" into CameFrom
visual DisSpeed
if MapMode is "graph" then
go stack "•HC 2.0-3"
HiliteMap
else
go to cd "indexMap" of stack "•HC 2.0-3"
end if
unlock screen with DisSpeed
end mouseUp
-- part contents for background part 1
----- text -----
Nuts & Bolts Menu
-- part contents for background part 11
----- text -----
Click on an option below.
-- part contents for card part 1
----- text -----
Click these options for an introduction to the parts of HyperCard.